04333c
@@ -957,7 +957,7 @@
public static void main(String[] args) {
     int port = 9083;
 
     if (args.length > 0) {
-      port = Integer.getInteger(args[0]);
+      port = new Integer(args[0]);
     }
     try {
       TServerTransport serverTransport = new TServerSocket(port);
